public interface SecretLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFileLocation()
public abstract FileLocation getFileLocation()The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
| Returns | |
|---|---|
| Type | Description |
FileLocation |
The fileLocation. |
getFileLocationOrBuilder()
public abstract FileLocationOrBuilder getFileLocationOrBuilder()The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
| Returns | |
|---|---|
| Type | Description |
FileLocationOrBuilder |
|
getLocationCase()
public abstract SecretLocation.LocationCase getLocationCase()| Returns | |
|---|---|
| Type | Description |
SecretLocation.LocationCase |
|
hasFileLocation()
public abstract boolean hasFileLocation()The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fileLocation field is set. |