public interface GetFrameworkRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMajorRevisionId()
public abstract long getMajorRevisionId()
Optional. The Framework major revision to retrieve. If not specified, the most recently updated revision_id is retrieved.
int64 major_revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The majorRevisionId. |
getName()
public abstract String getName()
Required. The name of the framework to retrieve. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the framework to retrieve. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |