public interface RoutersGetNamedSetResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEtag()
public abstract String getEtag()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getResource()
public abstract NamedSet getResource()optional .google.cloud.compute.v1.NamedSet resource = 195806222;
| Returns | |
|---|---|
| Type | Description |
NamedSet |
The resource. |
getResourceOrBuilder()
public abstract NamedSetOrBuilder getResourceOrBuilder()optional .google.cloud.compute.v1.NamedSet resource = 195806222;
| Returns | |
|---|---|
| Type | Description |
NamedSetOrBuilder |
|
hasEtag()
public abstract boolean hasEtag()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the etag field is set. |
hasResource()
public abstract boolean hasResource()optional .google.cloud.compute.v1.NamedSet resource = 195806222;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resource field is set. |