public interface CreateServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Service |
getService()
Required.
|
String |
getServiceId()
Optional.
|
com.google.protobuf.ByteString |
getServiceIdBytes()
Optional.
|
ServiceOrBuilder |
getServiceOrBuilder()
Required.
|
boolean |
hasService()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource
[name](https://cloud.google.com/monitoring/api/v3#project_name) of the
parent Metrics Scope. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource
[name](https://cloud.google.com/monitoring/api/v3#project_name) of the
parent Metrics Scope. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getServiceId()
Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern `[a-z0-9\-]+`
string service_id = 3;com.google.protobuf.ByteString getServiceIdBytes()
Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern `[a-z0-9\-]+`
string service_id = 3;boolean hasService()
Required. The `Service` to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Service getService()
Required. The `Service` to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
ServiceOrBuilder getServiceOrBuilder()
Required. The `Service` to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.