Package com.google.cloud.asset.v1p2beta1
Class FeedName
- java.lang.Object
-
- com.google.cloud.asset.v1p2beta1.FeedName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class FeedName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeedName.Builder
Builder for projects/{project}/feeds/{feed}.static class
FeedName.FolderFeedBuilder
Builder for folders/{folder}/feeds/{feed}.static class
FeedName.OrganizationFeedBuilder
Builder for organizations/{organization}/feeds/{feed}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FeedName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
FeedName
@Deprecated protected FeedName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getFeed
public String getFeed()
-
getFolder
public String getFolder()
-
getOrganization
public String getOrganization()
-
newBuilder
public static FeedName.Builder newBuilder()
-
newProjectFeedBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FeedName.Builder newProjectFeedBuilder()
-
newFolderFeedBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FeedName.FolderFeedBuilder newFolderFeedBuilder()
-
newOrganizationFeedBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FeedName.OrganizationFeedBuilder newOrganizationFeedBuilder()
-
toBuilder
public FeedName.Builder toBuilder()
-
ofProjectFeedName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static FeedName ofProjectFeedName(String project, String feed)
-
ofFolderFeedName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static FeedName ofFolderFeedName(String folder, String feed)
-
ofOrganizationFeedName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static FeedName ofOrganizationFeedName(String organization, String feed)
-
formatProjectFeedName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectFeedName(String project, String feed)
-
formatFolderFeedName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderFeedName(String folder, String feed)
-
formatOrganizationFeedName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationFeedName(String organization, String feed)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-