public static final class DeleteViewRequest.Builder extends GeneratedMessageV3.Builder<DeleteViewRequest.Builder> implements DeleteViewRequestOrBuilder
The parameters to DeleteView
.
Protobuf type google.logging.v2.DeleteViewRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteViewRequest.BuilderImplements
DeleteViewRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteViewRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
build()
public DeleteViewRequest build()
Returns | |
---|---|
Type | Description |
DeleteViewRequest |
buildPartial()
public DeleteViewRequest buildPartial()
Returns | |
---|---|
Type | Description |
DeleteViewRequest |
clear()
public DeleteViewRequest.Builder clear()
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteViewRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
clearName()
public DeleteViewRequest.Builder clearName()
Required. The full resource name of the view to delete:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
For example:
<code>"projects/my-project/locations/global/buckets/my-bucket/views/my-view"</code>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteViewRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
clone()
public DeleteViewRequest.Builder clone()
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
getDefaultInstanceForType()
public DeleteViewRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DeleteViewRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The full resource name of the view to delete:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
For example:
<code>"projects/my-project/locations/global/buckets/my-bucket/views/my-view"</code>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The full resource name of the view to delete:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
For example:
<code>"projects/my-project/locations/global/buckets/my-bucket/views/my-view"</code>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DeleteViewRequest other)
public DeleteViewRequest.Builder mergeFrom(DeleteViewRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteViewRequest |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteViewRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteViewRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteViewRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteViewRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
setName(String value)
public DeleteViewRequest.Builder setName(String value)
Required. The full resource name of the view to delete:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
For example:
<code>"projects/my-project/locations/global/buckets/my-bucket/views/my-view"</code>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteViewRequest.Builder setNameBytes(ByteString value)
Required. The full resource name of the view to delete:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
For example:
<code>"projects/my-project/locations/global/buckets/my-bucket/views/my-view"</code>
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteViewRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteViewRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteViewRequest.Builder |