public final class GetBlueprintRequest extends GeneratedMessageV3 implements GetBlueprintRequestOrBuilder
Request object for GetBlueprint
.
Protobuf type google.cloud.telcoautomation.v1.GetBlueprintRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VIEW_FIELD_NUMBER
public static final int VIEW_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GetBlueprintRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GetBlueprintRequest.Builder newBuilder()
newBuilder(GetBlueprintRequest prototype)
public static GetBlueprintRequest.Builder newBuilder(GetBlueprintRequest prototype)
public static GetBlueprintRequest parseDelimitedFrom(InputStream input)
public static GetBlueprintRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GetBlueprintRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetBlueprintRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GetBlueprintRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetBlueprintRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetBlueprintRequest parseFrom(CodedInputStream input)
public static GetBlueprintRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetBlueprintRequest parseFrom(InputStream input)
public static GetBlueprintRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GetBlueprintRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetBlueprintRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GetBlueprintRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GetBlueprintRequest getDefaultInstanceForType()
getName()
Required. The name of the blueprint.
Case 1: If the name provided in the request is
{blueprint_id}@{revision_id}, then the revision with revision_id will be
returned. Case 2: If the name provided in the request is {blueprint}, then
the current state of the blueprint is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The name of the blueprint.
Case 1: If the name provided in the request is
{blueprint_id}@{revision_id}, then the revision with revision_id will be
returned. Case 2: If the name provided in the request is {blueprint}, then
the current state of the blueprint is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<GetBlueprintRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getView()
public BlueprintView getView()
Optional. Defines the type of view of the blueprint.
When field is not present BLUEPRINT_VIEW_BASIC is considered as default.
.google.cloud.telcoautomation.v1.BlueprintView view = 2 [(.google.api.field_behavior) = OPTIONAL];
getViewValue()
public int getViewValue()
Optional. Defines the type of view of the blueprint.
When field is not present BLUEPRINT_VIEW_BASIC is considered as default.
.google.cloud.telcoautomation.v1.BlueprintView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for view.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GetBlueprintRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetBlueprintRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GetBlueprintRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides