FolderName.of(String)
ProjectName.of(String)
OrganizationName.of(String)
BillingName.of(String)
BillingLogName.of(String, String)
OrganizationLogName.of(String, String)
BillingSinkName.of(String, String)
FolderLogName.of(String, String)
MetricName.of(String, String)
LogName.of(String, String)
OrganizationSinkName.of(String, String)
ExclusionName.of(String, String)
SinkName.of(String, String)
OrganizationExclusionName.of(String, String)
FolderSinkName.of(String, String)
FolderExclusionName.of(String, String)
BillingExclusionName.of(String, String)
ResourceName.parse(protoObject.getDestination());
ResourceName.parse(protoBuilder.getDestination());
LogNameOneof.parse(protoObject.getLogName());
LogNameOneof.parse(protoBuilder.getLogName());
MetricNameOneof.parse(protoObject.getMetricName());
MetricNameOneof.parse(protoBuilder.getMetricName());
ExclusionNameOneof.parse(protoObject.getName());
ExclusionNameOneof.parse(protoBuilder.getName());
ParentNameOneof.parse(protoObject.getParent());
ParentNameOneof.parse(protoBuilder.getParent());
SinkNameOneof.parse(protoObject.getSinkName());
SinkNameOneof.parse(protoBuilder.getSinkName());
protoBuilder.setDestination(resourceName.toString());
protoBuilder.setLogName(logNameOneof.toString());
protoBuilder.setMetricName(metricNameOneof.toString());
protoBuilder.setName(exclusionNameOneof.toString());
protoBuilder.setParent(parentNameOneof.toString());
protoBuilder.setSinkName(sinkNameOneof.toString());
LogMetric.ApiVersion.forNumber(int)
LogSink.VersionFormat.forNumber(int)
LogEntry.PayloadCase.forNumber(int)