Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: deprecate files in v1beta1 that will be removed in next release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Feb 22, 2021
1 parent 931897f commit aa91762
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
Expand Up @@ -23,8 +23,13 @@
import java.util.List;
import java.util.Map;

/** AUTO-GENERATED DOCUMENTATION AND CLASS */
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class AssetSecurityMarksName extends SecuritymarksName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down
Expand Up @@ -23,8 +23,13 @@
import java.util.List;
import java.util.Map;

/** AUTO-GENERATED DOCUMENTATION AND CLASS */
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class FindingSecurityMarksName extends SecuritymarksName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down
Expand Up @@ -18,8 +18,13 @@

import com.google.api.resourcenames.ResourceName;

/** AUTO-GENERATED DOCUMENTATION AND CLASS */
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public abstract class SecuritymarksName implements ResourceName {
protected SecuritymarksName() {}
}

0 comments on commit aa91762

Please sign in to comment.