Package com.google.logging.v2
Class LinkName
- java.lang.Object
-
- com.google.logging.v2.LinkName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class LinkName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinkName.BillingAccountLocationBucketLinkBuilder
Builder for billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/links/{link}.static class
LinkName.Builder
Builder for projects/{project}/locations/{location}/buckets/{bucket}/links/{link}.static class
LinkName.FolderLocationBucketLinkBuilder
Builder for folders/{folder}/locations/{location}/buckets/{bucket}/links/{link}.static class
LinkName.OrganizationLocationBucketLinkBuilder
Builder for organizations/{organization}/locations/{location}/buckets/{bucket}/links/{link}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LinkName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
LinkName
@Deprecated protected LinkName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
getLink
public String getLink()
-
getOrganization
public String getOrganization()
-
getFolder
public String getFolder()
-
getBillingAccount
public String getBillingAccount()
-
newBuilder
public static LinkName.Builder newBuilder()
-
newProjectLocationBucketLinkBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LinkName.Builder newProjectLocationBucketLinkBuilder()
-
newOrganizationLocationBucketLinkBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LinkName.OrganizationLocationBucketLinkBuilder newOrganizationLocationBucketLinkBuilder()
-
newFolderLocationBucketLinkBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LinkName.FolderLocationBucketLinkBuilder newFolderLocationBucketLinkBuilder()
-
newBillingAccountLocationBucketLinkBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LinkName.BillingAccountLocationBucketLinkBuilder newBillingAccountLocationBucketLinkBuilder()
-
toBuilder
public LinkName.Builder toBuilder()
-
ofProjectLocationBucketLinkName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LinkName ofProjectLocationBucketLinkName(String project, String location, String bucket, String link)
-
ofOrganizationLocationBucketLinkName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LinkName ofOrganizationLocationBucketLinkName(String organization, String location, String bucket, String link)
-
ofFolderLocationBucketLinkName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LinkName ofFolderLocationBucketLinkName(String folder, String location, String bucket, String link)
-
ofBillingAccountLocationBucketLinkName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static LinkName ofBillingAccountLocationBucketLinkName(String billingAccount, String location, String bucket, String link)
-
formatProjectLocationBucketLinkName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationBucketLinkName(String project, String location, String bucket, String link)
-
formatOrganizationLocationBucketLinkName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationBucketLinkName(String organization, String location, String bucket, String link)
-
formatFolderLocationBucketLinkName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationBucketLinkName(String folder, String location, String bucket, String link)
-
formatBillingAccountLocationBucketLinkName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationBucketLinkName(String billingAccount, String location, String bucket, String link)
-
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
-
-