Class LogViewName (3.17.0)

public class LogViewName implements ResourceName

Inheritance

Object > LogViewName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String bucket, String view)

public static String format(String project, String location, String bucket, String view)
Parameters
Name Description
project String
location String
bucket String
view String
Returns
Type Description
String

formatBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)

public static String formatBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)
Parameters
Name Description
billingAccount String
location String
bucket String
view String
Returns
Type Description
String

formatFolderLocationBucketViewName(String folder, String location, String bucket, String view)

public static String formatFolderLocationBucketViewName(String folder, String location, String bucket, String view)
Parameters
Name Description
folder String
location String
bucket String
view String
Returns
Type Description
String

formatOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)

public static String formatOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)
Parameters
Name Description
organization String
location String
bucket String
view String
Returns
Type Description
String

formatProjectLocationBucketViewName(String project, String location, String bucket, String view)

public static String formatProjectLocationBucketViewName(String project, String location, String bucket, String view)
Parameters
Name Description
project String
location String
bucket String
view String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBillingAccountLocationBucketViewBuilder()

public static LogViewName.BillingAccountLocationBucketViewBuilder newBillingAccountLocationBucketViewBuilder()
Returns
Type Description
LogViewName.BillingAccountLocationBucketViewBuilder

newBuilder()

public static LogViewName.Builder newBuilder()
Returns
Type Description
LogViewName.Builder

newFolderLocationBucketViewBuilder()

public static LogViewName.FolderLocationBucketViewBuilder newFolderLocationBucketViewBuilder()
Returns
Type Description
LogViewName.FolderLocationBucketViewBuilder

newOrganizationLocationBucketViewBuilder()

public static LogViewName.OrganizationLocationBucketViewBuilder newOrganizationLocationBucketViewBuilder()
Returns
Type Description
LogViewName.OrganizationLocationBucketViewBuilder

newProjectLocationBucketViewBuilder()

public static LogViewName.Builder newProjectLocationBucketViewBuilder()
Returns
Type Description
LogViewName.Builder

of(String project, String location, String bucket, String view)

public static LogViewName of(String project, String location, String bucket, String view)
Parameters
Name Description
project String
location String
bucket String
view String
Returns
Type Description
LogViewName

ofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)

public static LogViewName ofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view)
Parameters
Name Description
billingAccount String
location String
bucket String
view String
Returns
Type Description
LogViewName

ofFolderLocationBucketViewName(String folder, String location, String bucket, String view)

public static LogViewName ofFolderLocationBucketViewName(String folder, String location, String bucket, String view)
Parameters
Name Description
folder String
location String
bucket String
view String
Returns
Type Description
LogViewName

ofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)

public static LogViewName ofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view)
Parameters
Name Description
organization String
location String
bucket String
view String
Returns
Type Description
LogViewName

ofProjectLocationBucketViewName(String project, String location, String bucket, String view)

public static LogViewName ofProjectLocationBucketViewName(String project, String location, String bucket, String view)
Parameters
Name Description
project String
location String
bucket String
view String
Returns
Type Description
LogViewName

parse(String formattedString)

public static LogViewName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
LogViewName

parseList(List<String> formattedStrings)

public static List<LogViewName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<LogViewName>

toStringList(List<LogViewName> values)

public static List<String> toStringList(List<LogViewName> values)
Parameter
Name Description
values List<LogViewName>
Returns
Type Description
List<String>

Constructors

LogViewName() (deprecated)

protected LogViewName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getBillingAccount()

public String getBillingAccount()
Returns
Type Description
String

getBucket()

public String getBucket()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getView()

public String getView()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public LogViewName.Builder toBuilder()
Returns
Type Description
LogViewName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides