public static final class GetConnectivityTestRequest.Builder extends GeneratedMessageV3.Builder<GetConnectivityTestRequest.Builder> implements GetConnectivityTestRequestOrBuilder
Request for the GetConnectivityTest
method.
Protobuf type google.cloud.networkmanagement.v1.GetConnectivityTestRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetConnectivityTestRequest.BuilderImplements
GetConnectivityTestRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetConnectivityTestRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetConnectivityTestRequest.Builder |
build()
public GetConnectivityTestRequest build()
Type | Description |
GetConnectivityTestRequest |
buildPartial()
public GetConnectivityTestRequest buildPartial()
Type | Description |
GetConnectivityTestRequest |
clear()
public GetConnectivityTestRequest.Builder clear()
Type | Description |
GetConnectivityTestRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetConnectivityTestRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetConnectivityTestRequest.Builder |
clearName()
public GetConnectivityTestRequest.Builder clearName()
Required. ConnectivityTest
resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
GetConnectivityTestRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetConnectivityTestRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetConnectivityTestRequest.Builder |
clone()
public GetConnectivityTestRequest.Builder clone()
Type | Description |
GetConnectivityTestRequest.Builder |
getDefaultInstanceForType()
public GetConnectivityTestRequest getDefaultInstanceForType()
Type | Description |
GetConnectivityTestRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. ConnectivityTest
resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. ConnectivityTest
resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetConnectivityTestRequest other)
public GetConnectivityTestRequest.Builder mergeFrom(GetConnectivityTestRequest other)
Name | Description |
other | GetConnectivityTestRequest |
Type | Description |
GetConnectivityTestRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetConnectivityTestRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetConnectivityTestRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetConnectivityTestRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetConnectivityTestRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetConnectivityTestRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetConnectivityTestRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetConnectivityTestRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetConnectivityTestRequest.Builder |
setName(String value)
public GetConnectivityTestRequest.Builder setName(String value)
Required. ConnectivityTest
resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The name to set. |
Type | Description |
GetConnectivityTestRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetConnectivityTestRequest.Builder setNameBytes(ByteString value)
Required. ConnectivityTest
resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetConnectivityTestRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetConnectivityTestRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetConnectivityTestRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetConnectivityTestRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetConnectivityTestRequest.Builder |